@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
}
body {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  color: #222222;
}
body {
  margin: 0;
}
h2 {
  font-size: 2em !important;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
a:hover {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
span.light {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
button:hover {
  cursor: pointer;
}
a:not(.btn) {
  text-decoration: underline;
}
a:not(.btn):hover {
  text-decoration: none;
  font-weight: 400;
}
a.btn {
  text-decoration: none;
}
a.btn.primary[href^="https://"]:after {
  content: "\f08e";
  font-family: 'Font Awesome 6 Pro';
  margin-left: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.mod {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  max-width: 1440px;
}
@media only screen and (min-width: 1500px) {
  .mod {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
.btn {
  background-color: #9ac347;
  color: #222222;
  padding: 1.25em 3em;
  border-radius: 40px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
.btn.primary {
  box-shadow: inset 0 0 0 0 #7b9c39;
}
.btn.primary:hover {
  box-shadow: inset 400px 0 0 0 #7b9c39;
  color: #ffffff;
}
.btn.secondary {
  background-color: #f1844e;
  box-shadow: inset 0 0 0 0 #f15002;
}
.btn.secondary:hover {
  box-shadow: inset 400px 0 0 0 #f15002;
  color: #ffffff;
}
.btn.tertiary {
  background-color: transparent;
  border-radius: 0;
  padding: 0 0 0.25em 0;
  border-bottom: 3px solid #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  line-height: 2;
}
.btn.tertiary:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f0a9";
  padding-left: 0.5em;
  color: #f1844e;
}
.btn.tertiary:hover {
  color: #222222;
  border-bottom: 3px solid #f1844e;
}
.btn.text-link {
  background-color: transparent;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #9ac347;
  padding: 0;
}
.btn.text-link:hover {
  color: #222222;
  text-decoration-color: #7b9c39;
}
.hdr {
  z-index: 59;
}
@media only screen and (max-width: 979px) {
  .hdr {
    padding-top: 0.75em;
    width: 100%;
  }
}
.hdr .menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .hdr .menu-wrap {
    padding: 0 6em 0.75em 6em;
  }
}
@media only screen and (min-width: 600px) {
  .hdr .menu-wrap {
    padding: 0 3em 0.75em 2em;
  }
}
@media only screen and (max-width: 782px), only screen and (min-width: 600px) {
  .hdr .menu-wrap {
    padding: 0.5em 1.5em 0.75em 1em;
  }
}
@media only screen and (min-width: 980px), only screen and (min-width: 1100px), only screen and (min-width: 1500px) {
  .hdr .menu-wrap {
    padding: 0.5em 0 0.75em 0em;
  }
}
@media only screen and (max-width: 979px) {
  .hdr .menu-wrap {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.hdr .menu-wrap .logo {
  width: 30%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px), only screen and (min-width: 600px), only screen and (min-width: 820px) {
  .hdr .menu-wrap .logo {
    margin-left: 10%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 820px) {
  .hdr .menu-wrap .logo {
    width: 30%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 782px) {
  .hdr .menu-wrap .logo {
    width: auto;
    margin-bottom: 0;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 600px) {
  .hdr .menu-wrap .logo {
    width: 60%;
  }
}
@media only screen and (min-width: 1500px) {
  .hdr .menu-wrap .logo {
    width: 30%;
  }
}
@media only screen and (min-width: 980px), only screen and (min-width: 1100px), only screen and (min-width: 1500px) {
  .hdr .menu-wrap .logo {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.hdr .menu-wrap .logo img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hdr .menu-wrap .logo img {
    width: 85%;
  }
}
@media only screen and (min-width: 1100px) {
  .hdr .menu-wrap .logo img {
    width: 95%;
  }
}
@media only screen and (min-width: 1500px) {
  .hdr .menu-wrap .logo img {
    width: 70%;
  }
}
@media only screen and (max-width: 782px) {
  .hdr .menu-wrap .logo img {
    max-width: 90%;
    padding-left: 10%;
  }
}
.hdr .menu-wrap .nav-wrap {
  width: 70%;
  display: flex;
  flex: 1;
  justify-content: end;
}
@media only screen and (max-width: 979px) {
  .hdr .menu-wrap .nav-wrap {
    width: auto;
  }
}
@media only screen and (min-width: 768px), only screen and (min-width: 600px), only screen and (min-width: 820px) {
  .hdr .menu-wrap .nav-wrap {
    width: fit-content;
  }
}
@media only screen and (min-width: 980px), only screen and (min-width: 1100px), only screen and (min-width: 1500px) {
  .hdr .menu-wrap .nav-wrap .nav-desktop {
    width: 100%;
    position: relative;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-secondary {
    display: flex;
    justify-content: end;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-secondary ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 55%;
    font-size: 0.85em;
    padding: 1.25em 1em;
    margin-top: -1em;
    background-color: #abe8df;
    border-radius: 0px 0px 20px 20px;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-secondary ul li a {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-secondary ul li a:hover {
    text-decoration: underline;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary {
    display: flex;
    justify-content: flex-end;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    width: 100%;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul li {
    font-size: 1em;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul li a {
    font-weight: 600;
    text-decoration: none;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul li a:hover {
    font-weight: 600;
    color: #519a8e;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown {
    position: relative;
    display: inline-block;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown.has-child .dropbtn {
    height: 250%;
    display: block;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown:hover .dropdown-content {
    display: block;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown.has-child .sub-menu-open-btn {
    position: absolute;right: -24px;top: 3px;font-size: 0.75em;color: black;
    font-weight: 900;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown.has-child .sub-menu-open-btn::after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f107";
    display: block;
    
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown.is-hovered .dropdown-content {
    display: block;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    width: 20em;
    padding-top: 1em;
    margin-top: -25px;
    z-index: 1;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown .dropdown-content a {
    padding: 1.5em 1em;
    display: block;
    background-color: #eaf9f7;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown .dropdown-content.has-tertiary {
    background-color: #eaf9f7;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 1em 0;
    margin-top: -10px;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown .dropdown-content.has-tertiary div {
    padding: 0.5em 1em 0.5em 1em;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown .dropdown-content.has-tertiary div a {
    box-shadow: none;
    background-color: transparent;
    padding: 0.5em;
    font-weight: 400;
    margin-left: 20px;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown .dropdown-content.has-tertiary div a:hover {
    text-decoration: underline;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul .dropdown .dropdown-content.has-tertiary div a:first-child {
    font-weight: 700;
    margin-left: 0;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul button {
    border: none;
    background-color: transparent;
    color: #9ac347;
    font-size: 1.25em;
    cursor: pointer;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .search-wrap {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #9ac347;
    box-shadow: 0 5px 5px 0 #000000;
    padding: 0.5em;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: -36px;
    z-index: 2;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .search-wrap .search-form input {
    border: none;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .search-wrap .search-form input:focus {
    outline: none;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .search-wrap .search-form button {
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .hdr .menu-wrap .nav-wrap .nav-desktop .search-wrap .search-form button i {
    font-size: 1.25em;
    color: #9ac347;
  }
  .hdr .menu-wrap .nav-wrap .nav-mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) and only screen and (min-width: 1100px), only screen and (min-width: 1100px) and only screen and (min-width: 1100px), only screen and (min-width: 1500px) and only screen and (min-width: 1100px) {
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-secondary ul li a {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 980px) and only screen and (min-width: 1500px), only screen and (min-width: 1100px) and only screen and (min-width: 1500px), only screen and (min-width: 1500px) and only screen and (min-width: 1500px) {
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-secondary ul li a {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 980px) and only screen and (min-width: 980px), only screen and (min-width: 1100px) and only screen and (min-width: 980px), only screen and (min-width: 1500px) and only screen and (min-width: 980px) {
  .hdr .menu-wrap .nav-wrap .nav-desktop .nav-primary ul li {
    font-size: 1em;
  }
}
@media only screen and (max-width: 979px) {
  .hdr .menu-wrap .nav-wrap .nav-desktop {
    display: none;
  }
  .hdr .menu-wrap .nav-wrap .nav-mobile {
    display: flex;
    margin-left: 0;
    gap: 2px;
    align-items: center;
    flex-wrap: wrap;
  }
  .hdr .menu-wrap .nav-wrap .nav-mobile button {
    border: none;
    border-radius: 5px;
    color: #222222;
    font-size: 1.6em;
    margin-top: 2px;
    background: none;
    cursor: pointer;
  }
}
@media only screen and (max-width: 979px) and only screen and (max-width: 600px) {
  .hdr .menu-wrap .nav-wrap .nav-mobile {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 979px) {
  .hdr .sub-menu-wrap-mobile {
    border-top: 2px solid #65c1b2;
    background: white;
    z-index: 6;
    position: absolute;
    left: 0;
    right: 0;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list {
    padding-left: 0;
    margin-top: 50px;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item {
    padding: 1em 0;
    border-bottom: 2px solid #abe8df;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item .mobile-sub-menu-link {
    margin-left: 2em;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item .mobile-sub-menu-link:hover {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    cursor: pointer;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item .mobile-sub-menu-link.collapsed::after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f107";
    padding-right: 2em;
    color: #9ac347;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item .mobile-sub-menu-link.expanded {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item .mobile-sub-menu-link.expanded::after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f106";
    padding-right: 2em;
    color: #9ac347;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item .tertiary-page-list {
    display: flex;
    flex-direction: column;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item .tertiary-page-list li {
    margin-top: 1.5em;
    margin-left: 1em;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item .tertiary-page-list li div {
    display: flex;
    flex-direction: column;
    margin-left: 2em;
    padding-top: 1em;
  }
  .hdr .sub-menu-wrap-mobile .sub-nav .sub-nav-page-list .sub-menu-item .tertiary-page-list li div a {
    padding: 0.5em 0;
    font-size: 0.85em;
  }
  .hdr .sub-menu-wrap-mobile .crown-nav {
    background-color: #abe8df;
    padding: 1em 0;
    margin-top: -1em;
    display: flex;
    justify-content: space-around;
  }
  .hdr .sub-menu-wrap-mobile .crown-nav a {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    font-size: 0.85em;
  }
  .hdr .menu-overlay {
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
  }
}
@media only screen and (min-width: 980px), only screen and (min-width: 1100px), only screen and (min-width: 1500px) {
  .hdr .sub-menu-wrap-mobile {
    display: none;
  }
}
.hdr .search-wrap-mobile {
  z-index: 1200;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  background-color: white;
  border-bottom: 4px solid #abe8df;
  border-top: 2px solid #abe8df;
  box-shadow: 0 5px 5px 0 #000000;
}
@media only screen and (min-width: 980px) {
  .hdr .search-wrap-mobile {
    display: none;
  }
}
.hdr .search-wrap-mobile form {
  display: flex;
  padding: 1em 2em;
  justify-content: space-between;
}
.hdr .search-wrap-mobile form input {
  outline: none;
  border: none;
  font-size: 1em;
}
.hdr .search-wrap-mobile form button {
  color: #9ac347;
  font-size: 1.25em;
  background: none;
  border: none;
}
.tagline-wrap {
  background-color: #000000;
  padding: 12px 0;
  padding-left: 10px;
  margin-top: 45px;
  color: #ffffff;
  font-size: 12px;
}
@media only screen and (min-width: 980px) {
  .tagline-wrap {
    padding-left: 0;
    margin-top: 0;
    font-size: 14px;
  }
}

.gtranslate_wrapper {
    border: 1.5px solid #02423E;
    outline: none;
    width: 100%;
    height: 100%;
    position: relative;
    background: white;
}

#gt_float_wrapper {
    height: 28px !important;
}

@media only screen and (max-width: 978px) {
  /*.gtranslate_wrapper {*/
  /*  width: fit-content;*/
  /*  margin: 0 16px;*/
  /*}*/
  /*#gt_float_wrapper {*/
  /*  height: 28px !important;*/
  /*}*/
}

.gt_float_switcher {
    font-family: 'Lexend', sans-serif !important;
    color: #222222 !important;
    box-shadow: none !important;
}

.gt_float_switcher .gt-current-lang {
    display: flex !important;
}

.gt_float_switcher img {
    display: none !important;
}

.gt_float_switcher .gt-current-lang img {
    display: inline !important;
    content: url('https://www.pagasswitch.com/assets/images/globe-light-full.svg') !important;
    width: 24px !important;
    height: 18px !important;
}

.nav-mobile .gtranslate_wrapper {
    width: fit-content !important;
    border: none;
}

.nav-mobile .gt_float_switcher .gt-current-lang span{
    display: none !important;
}

.nav-mobile .gt_float_switcher img {
    margin: 0 !important;
}

.nav-mobile .gt_float_switcher .gt-current-lang img {
    width: 32px !important;
    height: 32px !important;
}

.nav-mobile .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
}

.gt-lang-code {
    font-size: 14px !important;
    color: #222222 !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    display: flex !important;
    font-family: 'Lexend', sans-serif !important;
}

.gt_float_switcher-arrow {
    display: none !important;
}

.gt_options a {
    padding: 8px 12px;
    font-weight: 400 !important;
    font-size: 14px !important;
}

/*.gtranslate_wrapper .gt-lang-code:before {*/
/*    content: '';*/
/*    display: block;*/
/*    background-image: url('../images/globe-light-full.svg');*/
/*    background-repeat: no-repeat;*/
/*    object-fit: cover;*/
/*    width: 24px;*/
/*    height: 18px;*/
/*}*/

.gt_float_switcher .gt_options {
    left: -1px !important;
    width: 100% !important;
    border: 1.5px solid #02423E !important;
    position: absolute !important;
    min-width: max-content !important;
    transition: none !important;
}

@media only screen and (max-width: 978px) {
    .gt_float_switcher .gt_options {
        left: auto !important;
        right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .gt_float_switcher .gt_options {
        right: -1px !important;
        top: 2em;
    }
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 4px 8px !important;
    color: #222222 !important;
    font-weight: 600 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    top: auto !important;
}

.gt_options.gt-open {
    max-width: max-content !important;
    max-height: max-content !important;
    background: white !important;
}

.gt_float_switcher .gt_options a:hover {
    background-color: #eaf9f7 !important;
    color: #222 !important;
}


/*recaptcha: dont do display none, breaks functionality*/
.grecaptcha-badge {
    visibility: hidden;
}